/**
 * public
 */
body {
    font-family: "Microsoft YaHei", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
    background: #f0f0f0;
    position: relative;
    word-break: break-all;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.img_wrapper {
    display: block;
    position: relative;
    background-image: url(./../img/loadding.gif);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.text_overflow_cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul, li {
    list-style: none;
}
em, i {
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #32b16c;
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clearFix:after {
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.clearFix {
    zoom: 1;
}

.flex-box {
    /*display: -webkit-box;*/
    /*display: box;*/
    display: flex;
}
.flex {
    /*-webkit-box-flex: 1;*/
    /*box-flex: 1;*/
    flex: auto;
}

html, body {
    overflow-x: hidden;
    -webkit-user-select:none;
    user-select:none;
}
